home *** CD-ROM | disk | FTP | other *** search
- tell application "iView mediaPro"
-
- (* get/set properties *)
-
- -- get the name
- -- get the version
- -- get the frontmost
-
-
- (* function samples *)
-
- -- exists -- app is running
- -- data size of name -- always "iView MediaPro"
-
-
- (* command samples *)
-
- -- open (choose file) -- opens a single catalog file, or adds an image to a catalog
- -- open (choose folder) -- import a single folder or volume to a catalog
- -- open alias "Mac OS X:"
- -- print (choose file) -- opens a catalog file, prints it and then closes it
- -- quit without saving
- -- quit with saving
- -- quit ask
- -- quit
-
- end tell
-